home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 2 / Atari Forever 2.zip / Atari Forever 2.iso / serie_v / v_432 / readme.1st < prev    next >
Text File  |  1991-03-25  |  7KB  |  141 lines

  1.                                                                 03/01/91
  2.                             SUPER BOOT VERSION 7.0
  3.  
  4.    The following files should be included in your SPBT70.ARC file:
  5.       README.1ST   - This file (a summary of changes from 6.0 to 7.0).
  6.       SUPERBT.PRG  - Super Boot V7.0.
  7.       SUPERBTA.PRG - Auxiliary program used by Super Boot.
  8.       SUPER_CS.PRG - Super Boot Construction Set V7.0.
  9.       SUPER_CS.RSC - Resource file used by SUPER_CS.PRG.
  10.       SBCNV7_0.TOS - Program to convert 5.0, 5.1, 5.5, or 6.0 data file to 7.0.
  11.       SUPERBT.DOC  - Manual for Super Boot
  12.       STARTGEM.PRG - GEM program autobooter.
  13.       STARTGEM.DOC - Documentation for Startgem.
  14.    
  15.    Programs in SB_OTHER.ARC.  These are programs by other authors, either
  16.    P.D. or Shareware (Shareware programs of course must still be payed for
  17.    if used), which have been included with the permission of each author.
  18.    These are very useful when used in conjunction with Super Boot:
  19.  
  20.       ACC.DOC      - Loads accessories from a folder named "ACCS".
  21.       ACC.PRG      - " "
  22.       AUTOSORT.PRG - Changes the order of files in the AUTO folder
  23.       DIGIEDIT.DOC - Convert sound files to DIGISOUND format
  24.       DIGIEDIT.PRG - " "
  25.       DIGIEDIT.RSC - " "
  26.       DIGIEDIX.RSC - " "
  27.       DIGISND.RSC  - " "
  28.       PICSW7.DOC   - Picswitch 0.7 - converts many picture formats
  29.       PICSW7.PRG   - " "
  30.       READ.ME      - Short description
  31.  
  32.    Sample Welcome Screens and Digitized Sounds in SBSOUNDS.ARC:
  33.       ATARI.S08
  34.       ATARI.TNY
  35.       NTFLIGHT.S09
  36.       NTFLIGHT.TNY
  37.       RDRAGON.S08
  38.       RDRAGON.TNY
  39.       READ.ME
  40.  
  41. ---------------------------------------------------------------------------
  42.  
  43.                             SUMMARY OF CHANGES
  44.  
  45. - Super Boot can now play digitized sounds!  The sounds need to be in the
  46.   "Pure Data" format used in Digisound.  ST Replay and other sounds can be
  47.   converted to this format by using a program called Digiedit. The sounds
  48.   are played in conjunction with the Welcome Screens (optional).  Color
  49.   rotation (animation as some would call it) is supported simultaneously
  50.   while playing a sound at sample rates of 1 through 13.  Other sample
  51.   rates up to 40 are available but the color rotation will not begin until
  52.   sounds at the higher sample rate finish playing.
  53.  
  54.   A single sound can be chosen to be played, a random sound can be played
  55.   on each boot, or the sounds can be linked to a welcome screen.  The sound
  56.   can be played on every boot, on cold boots only, or never.  For the
  57.   linked option, Super Boot will look for a sound file with the same base
  58.   name as the welcome screen.  For example, if FALLS.NEO is the welcome
  59.   screen, Super Boot will try to load a sound file called FALLS.S##
  60.   (where ## is the sample rate,  from 1 to 40).
  61.  
  62.   The buffer available for sound depends upon how much memory your ST has.
  63.   On an unmodified 520 ST there is about 140K available in SUPER_CS.PRG and
  64.   245K in SUPERBT.PRG.  Machines with more memory will have much larger
  65.   buffers than these.  If a sound is too large for the buffer, as much of
  66.   the sound as will fit will be loaded and played.  
  67.  
  68.   To assist with renaming sounds and determining their sample rate, a new
  69.   utility has been added to the Construction Set called "Sound & Welcome
  70.   Screen Utilities".  This will let you view pictures, rename sounds to match
  71.   the picture if desired, and rename sound files to match their sample rate.
  72.  
  73.   Sounds can  be located in any folder, but be sure that the folder
  74.   contains SOUND FILES ONLY if you use the RANDOM or LINKED file selection
  75.   option.  Be sure to set the folder to use or the single sound file name
  76.   on page 6 of "Edit program parameters" in SUPER_CS.PRG.
  77.  
  78. - Function key settings can now be modified from within SUPERBT.PRG.  By
  79.   pressing the "S" key from Super Boot, you can modify any function key
  80.   without having to exit to the desktop and run SUPER_CS.PRG. Just follow
  81.   the prompts.
  82.  
  83. - An "Attention Bell" is now available to alert you that Super Boot has
  84.   loaded.  This feature is also optional.
  85.  
  86. - The "Startgem" program can now be changed from within Super Boot by
  87.   pressing F5 on the HELP screen.  Previously you could only cancel it,
  88.   not change it.
  89.  
  90. - A new option is available to force Date and/or Time entry based on a
  91.   function key.  For example, if you only care if the Date and Time is set
  92.   for one or two programs, you can disable the Date and Time entry so you 
  93.   don't have to set it every time you boot, and set up the function keys
  94.   for the programs you need so that you only have to enter it for those
  95.   special programs.  You specify which function keys via the Super Boot
  96.   Construction Set, on the same dialog box where you enter in the function
  97.   key name.
  98.  
  99.   For example, the only programs I need the date and time for are a database
  100.   and a hard disk backup system, because the database prints the date & time
  101.   at the top of every report, and because the backup program records the
  102.   last date the drive was backed up.
  103.  
  104. - Two big bugs were fixed: previously, if you had a folder with an extension,
  105.   and had Super Boot set to select a picture from there, it would think the
  106.   folder extension was the file extension.  For example, with the file
  107.   C:\WELCOME.TNY\FALLS.NEO, Super Boot would think it was a .TNY file
  108.   instead of a .NEO file and would not display it properly.
  109.  
  110.   The other bug was that Super Boot could not display Degas Compressed
  111.   pictures at all in monochrome mode (why didn't somebody tell me!).  That
  112.   has been fixed.
  113.  
  114.   A few other smaller bugs were also fixed, but are not really worth
  115.   noting.
  116.  
  117. ---------------------------------------------------------------------------
  118.  
  119.                BEFORE RUNNING YOUR NEW VERSION OF SUPERBOOT:
  120.  
  121. - Please read through the new sections of the manual for more detailed 
  122.   information.
  123.  
  124. - Run SBCNV7_0.TOS to convert your data file to 7.0 format for use with
  125.   this new version of Super Boot.
  126.  
  127. NOTE: You can also just delete your old SUPERBT.STF and run SUPER_CS.PRG and
  128.       it will create a new data file with default settings in 7.0 format.
  129.  
  130. ---------------------------------------------------------------------------
  131.  
  132.                              Gordon Moore
  133.                              2300 Beech St.
  134.                              Ashland, KY 41102
  135.                              (USA)
  136.  
  137.                                  E - M A I L
  138.                             Genie     : G.W.MOORE
  139.                             Compuserve: 73647,2735
  140.  
  141.